home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / NOVELL / BINDERY.RAR / BINDERY.SCH < prev    next >
Text File  |  1995-07-14  |  2KB  |  77 lines

  1. # Schema for a 3.12 bindery.
  2.  
  3. # Every object has a mandatory back-links property.
  4. obj FFFF * 
  5.   OBJ_BACK_LINKS     02 44
  6.  
  7. # File server object representing this fileserver, i.e. the one
  8. # which has the bindery.
  9. obj 0400 *
  10.   access 40
  11.   NET_ADDRESS        01 40
  12.   ACCT_LOCKOUT       00 33
  13.   ?OPERATORS         02 31              
  14.   ?ACCOUNT_SERVERS   02 31
  15.  
  16. # various objects have an identification string
  17. obj 0100 *
  18. obj 0200 *
  19. obj 0700 *
  20.   ?IDENTIFICATION    00 31
  21.  
  22. # users and user groups have a 'managers' attribute;
  23. # in the user's case it is called a User Account Manager
  24. obj 0100 * 
  25. obj 0200 * 
  26.   ?OBJ_SUPERVISORS   02 32
  27.  
  28. # print queue
  29. obj 0300 *
  30.   Q_USERS            02 31
  31.   Q_OPERATORS        02 31
  32.   Q_SERVERS          02 31
  33.   Q_DIRECTORY        00 33
  34.  
  35. # print server
  36. obj 0700 *
  37.   ?PS_USERS          02 31
  38.   ?PS_OPERATORS      02 31
  39.  
  40. # this group of properties relates to objects which 'log in'.
  41. obj 0100 * 
  42. obj 0500 *
  43. obj 0700 * 
  44. obj 5300 * 
  45.   ?PASSWORD          00 44
  46.   LOGIN_CONTROL      00 32
  47.   ?ACCOUNT_BALANCE   00 32
  48.  
  49. # SUPERVISOR has various special properties
  50. obj 0100 SUPERVISOR      
  51.   MANAGERS           02 32      # Workgroup managers
  52.   USER_DEFAULTS      00 31      # SYSCON special
  53.   ?HOMEDIRPATH       00 31      # SYSCON special
  54.   REGISTER           00 33      # no idea!!
  55.  
  56. # user
  57. obj 0100 * 
  58.   SECURITY_EQUALS    02 32
  59.   GROUPS_I'M_IN      02 31
  60.   ?MISC_LOGIN_INFO   00 22      # created and updated by user at login
  61.   ?NODE_CONTROL      00 32
  62.   ?HOME_DIR          00 21      # not Novell standard
  63.  
  64. # user group
  65. obj 0200 * 
  66.   GROUP_MEMBERS      02 31
  67.  
  68.  
  69. # Following objects are installed by products.
  70.  
  71. obj 0802 ATPS_INFORMATION
  72.   ignore
  73.  
  74. obj 290C *
  75. obj 2096 SOFTRACK_ADMIN
  76.   ignore
  77.